home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / PCF Menu.dxr / 00013_MainOn.ls < prev    next >
Encoding:
Text File  |  2001-05-24  |  136 b   |  11 lines

  1. on mouseWithin me
  2. end
  3.  
  4. on mouseLeave me
  5.   cursor(0)
  6.   set the member of sprite the currentSpriteNum to "MainOff"
  7. end
  8.  
  9. on mouseUp me
  10. end
  11.